home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / utils / misc / md5sum / source / getopt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-26  |  106 b   |  5 lines

  1. #ifndef UNIX    /* avoid conflict with stdlib.h */
  2. int getopt(int argc, char **argv, char *opts);
  3. #endif
  4.  
  5.